<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
/*å¸ƒå±€*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 auto;width: 1400px;}

.img-cover{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
body{
        padding-top: 156px;
}
.bodyindex{
    padding-top: 0;
}
.bodyindex .header{
    background-color: transparent;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
   background-color: #272727;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header.fixed{
 background-color: #272727;
}
.header .title{
    overflow: hidden;
    color:#fff;
    line-height: 32px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header .title img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.header .title p{
    display: inline-block;
      margin-left: 26px;
}
.header .title p span{
    font-weight: bold;
    font-size: 16px;
}
.header .title a{
    font-size: 12px;
    color:#fff;
}
.header .box::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{width:358px;float:left;margin:35px 0;height:52px;display:block;background: url(../images/logo.png) no-repeat left center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}
/*.logo{
    float: left;
    line-height: 122px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}*/
.nav{
    float: right;
}

.nav .tel{
    overflow: hidden;
    font-size: 16px;
    color:#666;
    padding-left: 79px;
    background: url(../images/ico1.png) no-repeat left;
    margin-top: 40px;
}
.nav .tel .phone{
    font-size: 16px;
    line-height: 1.43;
}
.nav li{
   float: left;
   padding-top: 42px;
   position: relative;
   height: 120px;
   margin-left: 14px;
}
.nav .v1{
    display: block;
    line-height: 38px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    width: 100px;
    border-radius: 30px;
    font-weight: bold;
}   
.nav li.on .v1,
.nav li:hover .v1{
    color:#fff;

    background-color: #2968E6;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin-left: -50px;
    display: none;
    padding: 10px 0;
    background-color: #2968E6;
}
.nav li .sub a{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    text-align: left;
}
.nav li .sub a:hover{
    color:#2968E6;
    background-color: #fff;
}

/*******************************
    -------[=å¯¼èˆª]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=åº•éƒ¨]-------
********************************/

/*******************************
    -------[=å…¬ç”¨]-------
********************************/
.banner img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 50px;
    
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:46px;height:8px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 0;opacity:1;display: inline-block;vertical-align: middle;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #2968E6;}


.g-tit{
    text-align: center;
    margin-bottom: 40px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#222;
    margin-top: -32px;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 16px;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#DBDBDB;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .cn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 4px;
    margin: 0 auto;
    background: #2968E6;
}
.g-tit .desc{
    font-size: 16px;
    color:#999;
}


  .row1{
        padding-bottom: 59px;
        padding-top: 44px;
        overflow: hidden;
    }

    .g-img{
        height: 300px;
        background:#000 url(../images/g-img.jpg) no-repeat ;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-bottom: 20px;
        padding:38px 42px 0;
    }
     .g-img .txt{
        width: 360px;
        overflow: hidden;
     }
    .g-img .tit{
        font-size: 24px;
        color:#fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 11px;
        margin-bottom: 13px;
     }
     .g-img .desc{
        font-size: 14px;
        color:#fff;
        line-height: 1.71;
        margin-bottom: 28px;
     }
    
    .m-slider1 .l{
        width: 300px;
        margin-right: 30px;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #e7e7e7;
    }
    .m-slider1 .r{
        float: none;
        overflow: hidden;
    }
    .m-slider1 .r .img img{
        display: block;
        margin-bottom: 20px;
    }
    .g-title1{
        background:url(../images/bg1.jpg) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        color:#fff;
        font-size: 14px;
        padding: 30px 40px 29px;
        text-transform: uppercase;
    }
    .g-title1 p:first-child{
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .m-slider1 .l .more{
        display: block;
        font-size: 18px;
        color:#fff;
        padding:0 40px ;
        line-height: 60px;
        background: #2968E6;
    }
.ul-list1 .pic{
    position: relative;
    padding-top: 79%;
    overflow: hidden;
    height: 0;
}
.ul-list1 .tit{
    text-align: center;
    line-height: 50px;
    background-color: #EEEEEE;
}
.zd{
    padding: 0 28px 32px;
    overflow: hidden;
     background: url(../images/bg5.jpg) no-repeat   ;
}
.zd dl{
   display: block;
   background: url(../images/ico9.png) no-repeat bottom;
}
.zd dt{
   display: block;
   background: url(../images/ico2.png) no-repeat right center ;
}
.zd dl.on .dt{
    background-image: url(../images/ico3.png);
}
.zd dl:last-child{
    background: none;
}
.zd dt a{
    font-size: 18px;
    line-height: 70px;
    color:#222;
    display: block;
    text-transform: uppercase;

    transition:all .3s;
}
.zd dt a:hover{
    color:#2968E6;
}
.zd dl.on dd{
    display: block;
    padding-bottom: 23px;
}
.zd dd{
    display: none;
}
.zd dd a{
    display: block;
    font-size: 16px;
    line-height: 2.25;
    color:#666666;
}
.zd dd a:hover{
    color:#2968E6;
}

.row2{
    overflow: hidden;
    background: url(../images/bg2.webp) no-repeat;
    background-size: cover;
    padding: 40px 0 49px;
    color:#fff;
}
.row2 .txt{
    float: left;
    font-size: 24px;
    width: 56.88vw;
    padding-left: 2.03vw;
    padding-bottom: 15px;
    margin-top: 27px;
    background: url(../images/ico10.png) no-repeat;
    background-size: 100% 100%;
}
.row2 .txt .cn{
    font-size: 2.08vw;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.row2 .txt .desc{
    font-size: 26px;
}
.row2 .tel{
    float: right;
    text-align: right;
    font-size: 18px;
}
.row2 .tel .gh{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 7px;
    font-family: Impact;
}
.row2 .tel a{
    float: right;
    display: block;
    width: 154px;
    height: 38px;
    background-color: #EFEFEF;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    color:#2968E6;
    line-height: 40px;
}
.row2 .tel a i{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 24px;
    background: url(../images/ico4.png) no-repeat;
    margin-right: 10px;
}

.row3{
    overflow: hidden;
    padding: 57px 0 40px;
    background: url(../images/bg3.webp) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-txt1{
    overflow: hidden;
    position: relative;
    padding-top: 104px;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 480px;
}
.g-txt1 .r .item {
    text-align: left;
    padding-right: 0;
    padding-left: 84px;
}
.g-txt1 .item{
    margin-bottom: 110px;
    text-align: right;
    padding-right: 84px;
    position: relative;
    z-index: 2;
}
.g-txt1 .item .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 6px;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#333;
    line-height: 1.71;
}
.g-txt1  .item .txt{
   overflow: hidden;
   display: inline-block;
    vertical-align: middle;
   color:#222222;
   font-size: 18px;
   font-weight: bold;
}
.g-txt1 .item i{
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
   background-color: #2968e6;
   color:#fff;
   font-style: normal;
   text-align: center;
   line-height: 52px;
   font-size: 24px;
   font-family: Impact;
}
.g-txt1 .l .item i{
    position: absolute;
    right: 0;
    top: 0;
}
.g-txt1 .l .item:nth-child(3){
    margin-right: -20px;
}
.g-txt1 .r .item:nth-child(3){
    margin-left: -20px;
}
.g-txt1 .r .item:nth-child(2){
    margin-left: 40px;
}
.g-txt1 .l .item:nth-child(2){
    margin-right: 40px;
}
.g-txt1 .r .item i{
    position: absolute;
    left: 0;
    top: 0;
}


.g-txt1  .pic{
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   margin:0 auto;
   width: 558px;
   height: 558px;
}
.row4{
    overflow: hidden;
}

.row6{
    overflow: hidden;
    padding: 50px 0;
}

/*xinghao*/
.xinghao{padding:56px 0 64px;}
.xinghao .xh_content{}
.xinghao .xh_left{width:356px;float:left;}
.xinghao .xh_left .a_span{display:block;float:left;width:165px;height:68px;line-height:68px;background:url(x_icon.png) no-repeat right -12px center #EEE;text-align:left;margin-top:22px;margin-left:26px;font-size:15px;padding-left:28px;font-weight:bold;cursor:pointer;-webkit-transition:all .5s;-moz-transition:all .5s ;-ms-transition:all .5s;transition:all .5s;overflow:hidden;}
.xinghao .xh_left .a_span:nth-child(odd){margin-left:0;}
.xinghao .xh_left .a_span.on{background:url(x_icon.png) no-repeat right 12px center #2968E6;color:#FFF;padding-left:15px;}
.xinghao .xh_right{width:calc(100% - 400px);float:right;box-shadow:0 0 8px rgba(0,0,0,.14);margin-top:22px;}
.xinghao .xh_right .xhr_left{width:450px;float:left;padding:20px 30px 20px 20px;}
.xinghao .xh_right .xhr_left .xhr_img{width:100%;padding-bottom:298px;position:relative;}
.xinghao .xh_right .xhr_left .xhr_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.xinghao .xh_right .xhr_right{width:calc(100% - 450px);float:right;padding:45px 65px 10px 0;}
.xinghao .xh_right .xhr_right p{margin:0;font-size:14px;line-height:30px;color:#333;}
.xinghao .xh_right .xhr_right i{display:inline-block;width:35px;height:2px;margin:18px 0;background:#bb0202;}
.xinghao .xh_right .xhr_right p:first-child{font-size:19px;height:29px;line-height:29px;font-weight:bold;color:#2968E6;}
.xinghao .xh_right .xhr_right .xrh_a{margin-top:47px;}
.xinghao .xh_right .xhr_right .xrh_a a{display:block;width:152px;height:39px;line-height:39px;border-radius:20px;background:#2968E6;color:#FFF;text-align:center;float:left;margin-left:18px;}
.xinghao .xh_right .xhr_right .xrh_a a:first-child{margin-left:0;}
/*.xinghao .xh_right .xhr_right .xrh_a a:last-child{background:#bb0202;}*/
.xinghao .xh_btn{margin-top:71px;font-size:0;-webkit-text-size-adjust:none;text-align:center;}
.xinghao .xh_btn span{display:inline-block;width:460px;padding-left:212px;background:#247ACB;height:51px;line-height:51px;color:#FFF;text-align:left;font-size:17px;border-radius:25px;position:relative;font-weight:bold;}
.xinghao .xh_btn span a{display:block;position:absolute;left:-1px;top:0;height:51px;line-height:49px;background:#FFF;border-radius:25px;text-align:center;font-size:17px;font-weight:bold;color:#333;width:192px;border:1px solid #d4d4d4;}





/***page 5**/
.row5{
    padding: 59px 0 84px;
    overflow: hidden;
    background: url(../images/pic3.webp) no-repeat;
}
.g-about{
    position: relative;
}
.g-about .txt{
   float: left;
   width: 60%;
   height: 500px;
   padding:0 4.79vw  50px 11.56vw;
   background: #fff;
}
.g-about .txt .title{
    padding: 81px 0 38px;
    position: relative;
    margin-bottom: 10px;
}
.g-about .txt .cn{
    font-size: 30px;
    color:#232323;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 6px;
}
.g-about .txt .title::after {
    content: '';
    display: block;
    position: absolute;
    top: -51px;
    left: 0;
    width: 105px;
    height: 229px;
    background: url(../images/ico8.png) no-repeat;
}
.g-about .txt span{
    font-size: 36px;
    text-transform: uppercase;
    color:#F0F0F0;
    margin-left: 29px;
    display: inline-block;
    vertical-align: middle;
}
.g-about .txt .desc{
    font-size: 16px;
    color:#666666;
}
.g-about .txt  .info{
    font-size: 14px;
    color:#333;
    line-height: 2.14;

}
.g-about .txt  .info p{
    margin-bottom: 8px;
}
.g-about .about{
    overflow: hidden;
    width: 550px;
    height: 500px;
    background: url(../images/about.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.ul-tab{
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-tab li:hover .nub,
.ul-tab li:hover .en,
.ul-tab li:hover .cn,
.ul-tab li.on .nub,
.ul-tab li.on .en,
.ul-tab li.on .cn{
    color:#2968E6;
}
.ul-tab li{
    float: left;
    width: 14.28%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.ul-tab li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    background: #e9e9e9;
}
.ul-tab .nub{
    font-size: 18px;
    color:#222222;
}
.ul-tab .cn{
    font-size: 16px;
    color:#333333;
}
.ul-tab .en{
    font-size: 12px;
    text-transform: uppercase;
    color:#666666;
}
.slider2 .swiper-button-prev{
    width: 31px;
    height: 93px;
    background-image: url(../images/ico4.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:-13%;
    z-index: 2;
    margin-top: -46.5px;
}
.slider2 .swiper-button-next{
    width: 31px;
    height: 93px;
    background-image: url(../images/ico5.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:-13%;
    margin-top: 0;
    z-index: 2;
    margin-top: -46.5px;
}
.slider2 .pic{
    position: relative;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
}
.slider2 .txt{
    position: absolute;
    top: 50%;
    right: 0;
    width: 500px;
    height: 190px;
    background: rgba(255, 255, 255, 0.6);
    margin-top: -95px;
    overflow: hidden;
    padding: 15px;
    display: none;
}
.slider2 .swiper-slide.swiper-slide-active .txt{
    display: block;
}
.slider2 .nub{
    float: left;
    font-family: Impact;
    color:#2968E6;
    font-size: 50px;
    font-style: italic;
    margin-right: 24px;
}
.slider2 .desc{
    overflow: hidden;
    font-size: 12px;
    color:#333333;
    padding-top: 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider2 .desc p{
    font-size: 32px;
    color:#222222;
    font-weight: bold;
}
.slider2 .pic .bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.slider2  .swiper-slide-active .bg{
    display: none;
}


/**page 6**/
.ul-tab2{
    overflow: hidden;
    text-align: center;
    margin-bottom: 46px;
}
.ul-tab2 li{
    display: inline-block; 
    cursor: pointer;
}
.ul-tab2 li.hover span,
.ul-tab2 li:hover span{
    background-color: #2968E6;
    color:#fff;
}
.ul-tab2 li span{
     width: 180px;
    height: 58px;
    background: #F2F2F2;
    border-radius: 29px;
    overflow: hidden;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color:#666666;
    margin:0 20px;
    display: block;
}
.ul-news{
    overflow: hidden;
    margin:0 -27.5px;
}
.ul-news li{
    width: 33.33%;
    float: left;
}
.ul-news .con{
    display: block;
    margin:0 27.5px;
}
.ul-news .txt{
    background-color: #F9F9F9;
    padding: 25px 25px 20px;
    font-size: 14px;
    color:#999999;
}
.ul-news .txt .tit{
    font-size: 18px;
    font-weight: bold;
    color:#222;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news .txt .time{
    margin-bottom: 10px;
}
.ul-news .txt .desc{
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;
    margin-bottom: 4px;
    color:#666666;
    line-height: 1.71;
}
.ul-news .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 60.5%;
}

@media only screen and (max-width: 1230px) {
    .ul-news li{width: 50%;}
    .ul-news li .con{margin:0 10px;}
    .ul-news{margin:0 -10px;}
    .row6{padding: 30px 0;}
    .ul-news li:nth-child(3){display: none;}

}
@media only screen and (max-width: 600px) {
.ul-news li{width: auto;float: none;}
.ul-news li:nth-child(2){display: none;}
}
/**footer**/
.footer{
    overflow: hidden;
    background: url(../images/bg4.webp) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    padding:30px 0 0;
}
.copy{
    position: relative;
    top: -50px;
}
.copy,.copy a{
    font-size: 14px;
    color:#BCBCBC;
    line-height: 1.71;
}
.footer .txt{
    float: left;
    margin-right:4vw;
}
.footer .txt .tit{
    font-size: 36px;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer .txt .tit span{
    color:#2968E6;
}
.footer .add{
    color:#999999;
    font-size: 14px;
    line-height: 1.71;
    margin-top: 20px;
}
.footer .add .tit{
    font-size: 18px;
    color:#FFFFFF;
    margin-bottom: 14px;
}
.footer .txt .desc{
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px; 
}
.footer .qr{
    overflow: hidden;
    width: 127px;
height: 127px;
margin-top: 3px;
background: url(../images/qr.jpg) no-repeat;
}
.links{
    border-top:1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 20px 0;
}
.links .name{
    float: left;
    width: 116px;
    height: 28px;
    background: url(../images/links.png) no-repeat;
    margin-right: 30px;
    -webkit-background-size: contain;
    background-size: contain;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 14px;
    color:#ABABAB;
    margin-right: 15px;
}
/*æ‰‹æœºæµ®åŠ¨*/
#floatBottom {
    width: 100%;
    height: 53px;
    background: #8a8a8a;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

#floatBottom a {
    width: 33.333%;
    height: 53px;
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 4px;
}

#floatBottom a img {
    display: block;
    margin: 4px auto 2px;
    height: 25px;
}

#floatBottom .ewm {
    width: 87px;
    height: 83px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -45px;
    display: none;
}

#floatBottom .ewm img {
    width: 100%;
    height: 100%;
    display: block;
}
.slider2.swiper-container{
    width: 1200px;
    margin:0 auto;
    overflow: visible;
}

@media only screen and (max-width: 1700px) {

    
}
@media only screen and (max-width: 1600px) {
    body{padding-top:114px;}
      .g-tit .tit{font-size: 32px;}
      .logo{width: 300px;height: 44px;margin:18px 0;}
      .nav .v1{font-size: 14px;}
      .nav li{margin-left: 0;padding-top: 20px;height: 80px;}
      .ul-lc .desc{font-size: 14px;}
      .row2 .txt .desc{font-size: 20px;}
      .g-txt1 .l, .g-txt1 .r{width: 420px;}
      .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:30px;}
    .g-about .txt{width: calc(100% - 550px );}
}
@media only screen and (max-width: 1430px) {
   .wp{width: 1200px;}
   .wp-h{padding: 0 15px;}
    .row2 .txt{background: none;margin-top: 0;width: auto;}
    .row2 .txt .cn{position: static;margin-bottom: 10px;font-size: 30px;}
   .g-about .txt{width: auto;float: none;height: auto;padding-left: 30px;}
   .g-about .about{display: none;}
     .slider2.swiper-container{width: 1000px;}

    .xinghao{padding:40px 0 30px;}
    .xinghao .xh_content{}
    .xinghao .xh_left{width:315px;}
    .xinghao .xh_left .a_span{width:150px;height:56px;line-height:56px;margin-top:15px;margin-left:15px;font-size:14px;}
    .xinghao .xh_right{width:calc(100% - 340px);}
    .xinghao .xh_right .xhr_left{width:400px;}
    .xinghao .xh_right .xhr_left .xhr_img{padding-bottom:229px;}
    .xinghao .xh_right .xhr_right{width:calc(100% - 450px);padding:40px 20px 10px 0;}
    .xinghao .xh_right .xhr_right i{margin:12px 0;}
    .xinghao .xh_right .xhr_right p{line-height:26px;}
    .xinghao .xh_right .xhr_right .xrh_a{margin-top:30px;}
    .xinghao .xh_btn{margin-top:40px;}
}




@media only screen and (max-width: 1230px) {

    .nav .v1{font-size: 14px;margin:0 5px;}
    .header .text,.header .title{display: none;}
    .wp{width: auto;padding: 0 15px;} 
    body,.bodyindex{padding: 60px 0 53px;}
    #floatBottom{display: block;}
    .header{height: 60px;box-shadow: 0 3px 3px rgba(0,0,0,0.3);background-image: linear-gradient(to right, #333 , #111);}
    .logo{height: 31px;margin:15px 0 14px;width: 210px;}
    #floatBottom{display: block;}
    .menuBtn{display: block;}
    .nav{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    background: none;
    width: auto;
    float: none;
    padding: 0;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    .nav .wp{padding: 0;}
    .nav ul{
    float: none;
    margin: 0;
    padding: 10px 0;
    background-color: #fffeff;
    }
    .nav li{float: none;width: auto;margin:0;padding-top: 0;height: auto;}
    .nav li .sub{position: static;}
    .nav li .sub a{padding-left: 20px;text-align: left;}
    .nav .v1{height: 60px;line-height: 60px;text-align: left;color:#333;padding-left: 10px;border-bottom: 1px solid #eee;width: auto;}
    .nav li:last-child .v1{border-bottom: none;}
    .nav li i {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(../images/sel.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;box-shadow: none;width: auto;margin-left: 0;}
    .nav li .sub a{float: none;line-height: 30px;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;padding-left: 10px;margin:0;overflow: hidden;border-radius: 0;}
    .nav li:hover .v1{color:#333;background: none;}
    .g-tit .tit,.ban .txt .tit{font-size: 24px;}
    .nav li.on, .nav li:hover{background-color: #fff;color:#333;}
    .copy{position: static;}
    .footer .txt,.footer .add{margin-right: 50px;}
    .g-tit .en {font-size: 28px;height: auto;}
    .g-tit .cn {font-size: 26px;padding-bottom: 15px;}
    .slider2 .txt{top: auto;margin-top: 0;bottom: 0;padding-top: 20px;}  
    .row2 .txt .desc{font-size: 14px;}
  
    .ul-tab{background-color: #eee;}
    .ul-tab li::after{display: none;}
    .ul-tab li{width: 25%;padding: 10px 0;}
    .ul-tab li .nub{display: none;}
    .ul-tab .en{display: none;}
    .ul-tab span{display: none;}
    .slider2 .swiper-button-prev{left:15px;}
    .slider2 .swiper-button-next{right:15px;}
    .slider2.swiper-container{width: 900px;}


    .xinghao .xh_left{width:150px;}
    .xinghao .xh_left .a_span{font-size:13px;height:42px;line-height:42px;padding-left:20px;float:none;margin-left:0;margin-top:5px;}
    .xinghao .xh_left .a_span.on{padding-left:10px;}
    .xinghao .xh_right{width:calc(100% - 170px);margin-top:5px;}
    .xinghao .xh_right .xhr_left{width:450px;}
    .xinghao .xh_right .xhr_left .xhr_img{padding-bottom:331px;}
    .xinghao .xh_right .xhr_right{width:calc(100% - 450px);padding:70px 20px 10px 0;}
    .xinghao .xh_btn{margin-top:20px;}
    .xinghao .xh_btn span{font-size:15px;height:42px;line-height:42px;padding-left:180px;width:410px;}
    .xinghao .xh_btn span a{height:42px;line-height:42px;font-size:15px;width:160px;}

}
@media only screen and (max-width: 1023px) {
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .g-txt1 .pic{display: none;}
    .g-txt1 .item{margin-bottom: 20px;}
    .g-txt1 .l .item:nth-child(2){margin-right: 0;}
    .g-txt1 .r .item:nth-child(2){margin-left: 0;}
    .g-txt1 .r .item:nth-child(3){margin-left: 0;}
    .g-txt1 .l .item:nth-child(3){margin-right: 0;}
    .g-txt1{padding-top: 0;}
    .row2 .txt{text-align: center;float: none;width: auto;}
    .row2 .tel{text-align: center;float: none;}
    .row2 .tel a{float: none;margin:0 auto;}
    .row2 .txt .cn{font-size: 22px;}
    .m-slider1 .l{width: auto;float: none;margin-right: 0;margin-bottom: 30px;}
    .zd dl.on dd{display: none;}
    .g-title1 p:last-child{display: none;}
    .g-title1 p:first-child{font-size: 22px;margin-bottom: 0;}
    .g-title1{padding: 15px;}
    .zd dl{background: none;border-bottom: 1px solid #2968E6; }
    .zd dl:last-child{border-bottom: none;}
    .zd{padding: 0 15px;}
    .slider2 .nub{display: none;}
    .slider2 .txt{height: auto;padding: 10px;text-align: center;width: auto;}
    .slider2 span{display: none;}
    .slider2 .txt p{font-size: 16px;}
    .row5,.row1{padding: 30px 0;}
    .g-tit{margin-bottom: 20px;}
    .row3{padding-bottom: 0;padding-top: 30px;}
.slider2.swiper-container{width: 900px;}

.xinghao{padding:36px 0 20px;}
    .xinghao .xh_left{width:100%;float:none;}
    .xinghao .xh_left .a_span{width:23.8%;margin-left:1.6%;float:left;}
    .xinghao .xh_left .a_span:nth-child(odd){margin-left:1.6%;}
    .xinghao .xh_left .a_span:nth-child(4n+1){margin-left:0;}
    .xinghao .xh_right{width:100%;float:none;margin-top:20px;}
    .xinghao .xh_right .xhr_left{width:360px;}
    .xinghao .xh_right .xhr_left .xhr_img{padding-bottom:239px;}
    .xinghao .xh_right .xhr_right{width:calc(100% - 360px);padding:38px 15px 10px 0;}
}
@media only screen and (max-width: 960px) {
    .g-txt1 .l, .g-txt1 .r{float: none;width: auto;}
    .g-txt1 .item{text-align:  left;padding-left: 80px;margin-bottom: 15px;}
    .g-txt1 .l .item i{right: auto;left:0;}
    .g-txt1 .item i{width: 48px;height: 48px;line-height: 48px;font-size: 16px;}
    .g-txt1 .item .desc{line-height: 50px;}
    .slider2.swiper-container{width: 700px;}

    .xinghao .xh_right .xhr_right .xrh_a a{width:49%;margin-left:2%;}
}
@media only screen and (max-width: 767px) {
    .row1, .row2,.row4, .row5{padding: 30px 0;}
     .row3{padding-top: 30px;padding-bottom: 0px;}
     .g-txt1 .r .item:last-child{margin-bottom: 0;}
     .ul-tab{display: none;}
    .g-about .txt .title::after{display: none;}
    .g-about .txt .title{padding: 0;margin-bottom: 15px;}
    .g-about .txt span{display: none;}
    .g-about .txt{padding: 15px;background: none;}
    .g-about .txt .cn{font-size: 20px;}
    .g-about .txt .info{font-size: 14px;margin-bottom: 15px;line-height: 2;}
    .ul-tab2 li{width: 50%;float: left;display: block;padding: 0 5px;}
    .ul-tab2 li span{border-radius: 0;margin:0;width: auto;line-height: 40px;font-size: 14px;height: 40px;}
    .footer .txt .tit{font-size: 20px;}
    .footer .txt, .footer .add{margin-right: 0;margin-bottom: 15px;float: none;}
    .links .name{float: none;margin:0 auto 15px;}
    .footer .qr{margin-bottom: 15px;}
    .ul-tab2{margin-bottom: 20px;}
    .g-txt1 .item .desc{line-height: 1.5;height: 50px;}
    .g-txt1 .item,.g-txt1 .r .item{padding-left: 60px;padding-right: 0;}
    .slider2 .nub,.slider2 span{display: none;}
    .slider2 .desc{padding: 0;}
    .slider2 .desc p{font-size: 20px;}
     .slider2 .pic{position: static;height: auto;padding-top: 0;}
      .slider2 .pic img{position: static;}
    .slider2 .txt{width: auto;padding: 15px;height: auto;left: 0;position: static;background-color: #eee;}
    .g-tit .en{display: none;}
    .g-tit .cn{margin-top: 0;font-size: 22px;}
    .g-tit .desc{font-size: 14px;}
    .g-tit .cn{padding-bottom: 0;margin-bottom: 6px;}
    .g-tit .cn::after{display: none;}
    .g-tit{margin-bottom: 20px;}
    .ul-tab .cn{font-size: 14px;}
    .ul-tab li{width: 50%;}
    .zd dt a{line-height: 45px;font-size: 14px;}
    .m-slider1 .l .more{line-height: 50px;font-size: 14px;}
    .g-title1 p:first-child{font-size: 18px;}
    .slider2.swiper-container{width: auto;}

    .xinghao .xh_left .a_span{font-size:13px;font-weight:normal;width:49%;}
    .xinghao .xh_left .a_span:nth-child(3n+1){margin-left:2%;}
    .xinghao .xh_left .a_span:nth-child(odd){margin-left:0;}
    .xinghao .xh_right .xhr_left{width:100%;float:none;padding:10px 10px 0px;}
    .xinghao .xh_right .xhr_left .xhr_img{padding-bottom:75%;}
    .xinghao .xh_right .xhr_right{width:100%;float:none;padding:10px 15px 15px;}
    .xinghao .xh_right .xhr_right i{margin:8px 0;}
    .xinghao .xh_right .xhr_right .xrh_a{margin-top:15px;}

}

/*Common For Max 480*/
@media only screen and (max-width: 479px) {
   .banner img{object-fit: cover;}
   .row4{padding-bottom: 0;}
   .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}

}
.portab .txt{
    padding-top: 30px;
}

.ul-protab{
    overflow: hidden;
    background-color: #eee;
}
.ul-protab li{
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px;
    color:#333;
    float: left;
    cursor: pointer;
}
.ul-protab li.on{
    background-color: #2968E6;
    color:#fff;
}

.g-form{
    float: right;
    width: 600px;
    overflow: hidden;
    position: relative;
    z-index: 21;
}
.g-form .tit{
    font-size: 18px;
    color:#fff;
    margin-bottom: 14px;
}
.g-form .inp{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    padding: 0 10px;
    color:#333;
    border-radius: 4px;
}
.g-form .w35 .inp{
    height: 100px;
    padding: 10px;
}
.g-form .sub input{
    display: block;
    width: 100%;
    background-color: #2968E6;
    color:#fff;
    font-size: 16px;
    height: 40px;
     border-radius: 4px;
}

@media only screen and (max-width: 1230px) {
.g-form{width: 400px;}
}
@media only screen and (max-width: 1023px) {
.g-form{width: auto;float: none;}
}
@media only screen and (max-width: 960px) {
    .g-form{padding-top: 10px;}
    .footer .txt{width: auto;float: none;margin-right: 0;}
    .copy{padding: 20px 0;}
}</pre></body></html>